.bold {
    font-weight: 700;
}

.px20 {
    font-size: 20px;
}

.px25 {
    font-size: 25px;
}

.px30 {
    font-size: 30px;
}

.px35 {
    font-size: 35px;
}


/*# sourceMappingURL=index.css.map */


/*# sourceMappingURL=index.css.map */

.clockdate-wrapper {
    background-color: #fff;
    padding: 3px;
    max-width: 350px;
    width: 150px;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
}

.clockdate-wrapper p strong {
    word-wrap: break-word;
}

#clock {
    background-color: #fff;
    font-family: sans-serif;
    font-size: 13px;
    text-shadow: 0px 0px 1px #fff;
    color: rgb(121, 121, 121);
    font-weight: 700;
}

#clock span {
    color: #888;
    text-shadow: 0px 0px 1px #333;
    font-size: 11px;
}

#date {
    letter-spacing: 1px;
    font-size: 11px;
    font-family: arial, sans-serif;
    color: rgb(121, 121, 121);
    font-weight: 700;
}

.release-title {
    display: flex;
    justify-content: space-between;
}

.button {
    padding: 8px 14px;
    color: white;
    background: #00B8AC;
    border-radius: 10px;
    border: none;
}

.button[disabled] {
    cursor: not-allowed;
    background: #5baca6;
}

.button:hover {
    background: #00B8AC90;
}

#navlink-drowdown {
    margin-left: 3rem;
}

#filterContainer {
    display: flex;
    width: 75%;
    align-items: center;
}

#divButtonCreate {
    margin-left: 4rem;
    margin-right: 3rem;
    margin-top: 50px;
}

#formFilters {
    display: flex;
    align-items: end;
    justify-content: center;
}

.divFilter {
    margin: 0px 10px;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .button {
        padding: 8px 14px;
        color: white;
        background: #00B8AC;
        border-radius: 10px;
        border: none;
        width: 100%;
        margin: 10px auto;
    }
}

@media (max-width: 400px) {
    .clockdate-wrapper p strong {
        font-size: 12px;
    }
    #navlink-drowdown {
        margin-left: 0px;
    }
    #navContainer {
        width: 100%;
    }
    #filterContainer {
        display: flex;
        width: 100%;
        align-items: center;
        flex-direction: column;
    }
    #divButtonCreate {
        margin-top: 50px;
        margin: auto;
        width: 75%;
    }
    #formFilters {
        width: 75%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .divFilter {
        width: 75%;
    }
}